home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / gnu / rexxmode10.readme < prev    next >
Text File  |  1993-04-06  |  770b  |  20 lines

  1. Short: AREXX writing/debuging modes for GNUEmacs.
  2. Type: util/gnu
  3. Uploader: nv91-jbe@nada.kth.se
  4.  
  5. This is a package including a major mode, rexx-mode, for writing REXX-code
  6. in Emacs and a debuging mode, rexx-debug. The rexx-mode features full
  7. autoindentation and a 173 word abbrev-table.
  8.  
  9. The edit mode knows the indentations rules which applies to REXX programs,
  10. and tries to indent the lines accoringly. It is capable of recognizing
  11. DO-blocks, SELECT-blocks, IF-THEN-ELSE statements etc. It also recognizes
  12. comments and strings.
  13.  
  14. The debug mode is a simple fontend to the normal rexx debugger Currently,
  15. the ONLY thing it does is to parse the output for line-numbers. If one is
  16. found, an arrow is placed on the corresponding line in the window
  17. containing the source.
  18.  
  19.  
  20.